﻿2026-06-05T00:45:33.1116476Z ##[group]Run actions/checkout@v5
2026-06-05T00:45:33.1118482Z with:
2026-06-05T00:45:33.1119303Z   repository: SaberMage/spt-core
2026-06-05T00:45:33.1127658Z   token: ***
2026-06-05T00:45:33.1128313Z   ssh-strict: true
2026-06-05T00:45:33.1128972Z   ssh-user: git
2026-06-05T00:45:33.1130065Z   persist-credentials: true
2026-06-05T00:45:33.1130809Z   clean: true
2026-06-05T00:45:33.1131468Z   sparse-checkout-cone-mode: true
2026-06-05T00:45:33.1132270Z   fetch-depth: 1
2026-06-05T00:45:33.1132910Z   fetch-tags: false
2026-06-05T00:45:33.1133573Z   show-progress: true
2026-06-05T00:45:33.1134231Z   lfs: false
2026-06-05T00:45:33.1134843Z   submodules: false
2026-06-05T00:45:33.1135551Z   set-safe-directory: true
2026-06-05T00:45:33.1136827Z ##[endgroup]
2026-06-05T00:45:33.2683093Z Syncing repository: SaberMage/spt-core
2026-06-05T00:45:33.2686690Z ##[group]Getting Git version info
2026-06-05T00:45:33.2688075Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T00:45:33.2690312Z [command]/usr/bin/git version
2026-06-05T00:45:33.2691224Z git version 2.34.1
2026-06-05T00:45:33.2694233Z ##[endgroup]
2026-06-05T00:45:33.2702966Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/ac9b61e5-0b49-451a-9114-aaf7440b41c8/.gitconfig'
2026-06-05T00:45:33.2719395Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/ac9b61e5-0b49-451a-9114-aaf7440b41c8' before making global git config changes
2026-06-05T00:45:33.2722683Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T00:45:33.2725529Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T00:45:33.2778882Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T00:45:33.2809379Z https://github.com/SaberMage/spt-core
2026-06-05T00:45:33.2828032Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T00:45:33.2834258Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T00:45:33.2864399Z refs/heads/dev-freeform
2026-06-05T00:45:33.2876626Z [command]/usr/bin/git checkout --detach
2026-06-05T00:45:33.2954209Z HEAD is now at 2fe4573 feat(daemon,cli,proto): M5-D4a link-break close + divergence + relink + owner cascade
2026-06-05T00:45:33.3022970Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T00:45:33.3062914Z Deleted branch dev-freeform (was 2fe4573).
2026-06-05T00:45:33.3116270Z ##[endgroup]
2026-06-05T00:45:33.3117132Z [command]/usr/bin/git submodule status
2026-06-05T00:45:33.3359494Z ##[group]Cleaning the repository
2026-06-05T00:45:33.3364282Z [command]/usr/bin/git clean -ffdx
2026-06-05T00:45:33.3404120Z Removing traceable-reqs
2026-06-05T00:45:33.3416298Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T00:45:33.3471965Z HEAD is now at 2fe4573 feat(daemon,cli,proto): M5-D4a link-break close + divergence + relink + owner cascade
2026-06-05T00:45:33.3477665Z ##[endgroup]
2026-06-05T00:45:33.3481335Z ##[group]Disabling automatic garbage collection
2026-06-05T00:45:33.3487874Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T00:45:33.3524893Z ##[endgroup]
2026-06-05T00:45:33.3526206Z ##[group]Setting up auth
2026-06-05T00:45:33.3535522Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T00:45:33.3578997Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T00:45:33.3856537Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T00:45:33.3895471Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T00:45:33.4134482Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T00:45:33.4176187Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T00:45:33.4422226Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T00:45:33.4483224Z ##[endgroup]
2026-06-05T00:45:33.4484645Z ##[group]Fetching the repository
2026-06-05T00:45:33.4496432Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2fe4573585bd61bc7ea27c632a042bacf7dd796d:refs/remotes/origin/dev-freeform
2026-06-05T00:45:33.9996162Z ##[endgroup]
2026-06-05T00:45:33.9997437Z ##[group]Determining the checkout info
2026-06-05T00:45:33.9998818Z ##[endgroup]
2026-06-05T00:45:34.0104908Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T00:45:34.0108411Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T00:45:34.0111464Z ##[group]Checking out the ref
2026-06-05T00:45:34.0118448Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T00:45:34.0177798Z Switched to a new branch 'dev-freeform'
2026-06-05T00:45:34.0179862Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T00:45:34.0186533Z ##[endgroup]
2026-06-05T00:45:34.0234459Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T00:45:34.0267525Z 2fe4573585bd61bc7ea27c632a042bacf7dd796d
